Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 354 Bytes

File metadata and controls

17 lines (12 loc) · 354 Bytes

Anagrams

This progrtam is made for exercise on my IT collage lessons.

Technologies

  • C

IDE

  • Visual Studio Code with extensions

Program functionalities

Check if two strings are anagrams.

How to run a program on your local computer?

  • Clone this repository
  • Paste to IDE which supports C language and have C compilator
  • Debug and run