Skip to content

Commit

Permalink
hello world source
Browse files Browse the repository at this point in the history
  • Loading branch information
HuskyHacks committed Aug 30, 2023
1 parent 67ef89f commit 7c01537
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions labs/2-1.AdvancedStaticAnalysis/helloWorld-c/hello_world.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}

0 comments on commit 7c01537

Please sign in to comment.