Skip to content

Commit

Permalink
Create .py
Browse files Browse the repository at this point in the history
Signed-off-by: D Smith <151718823+Jackblanket847@users.noreply.github.com>
  • Loading branch information
Jackblanket847 authored Sep 26, 2024
1 parent d9a480f commit d2fa831
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .src/.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//This is a comment in C
#include <stdio.h>

int main() {
printf("Hello, World!\n");
return 0;
}

0 comments on commit d2fa831

Please sign in to comment.