Commit 226b7da9 by letoni

Upload New File

parent f14473df
Showing with 33 additions and 0 deletions
/*
Task: Homework 1
Variant: 6
Name: Leigo Tõnissaar
Student code: 212886MVEB
Email: leigo.tonissaar@gmail.com
*/
/*
[task description]
*/
//prototypes
//main
int main (void)
{
printf("hello world");
return 0;
}
//functions
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment