Skip to content

Commit

Permalink
new file: example.c
Browse files Browse the repository at this point in the history
	new file:   example.i
	new file:   example.s
  • Loading branch information
subhrendu1987 committed Jul 19, 2024
1 parent dc20d32 commit 992e075
Show file tree
Hide file tree
Showing 3 changed files with 780 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Courses/AOS/example/example.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}
Loading

0 comments on commit 992e075

Please sign in to comment.