Skip to content

The official Repo with course material and more for the Course

License

Notifications You must be signed in to change notification settings

TheRustyStorm/BreakingThingsInC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breaking Things In C

The official Repo with course material and more for the Course

Installation

Follow the instructions from this Repo

Install Visual Studio Code

Create a file called hello.c

#include <stdio.h>

int main(void){
  printf("Hello World\n");
  return 0;
}
gcc hello.c -o hello
./hello

About

This course is not affiliated with any university or research group, it is a voluntary and unpaid student course, which everyone who is interested is free to attend. There are no grades and no credits and it is no replacement for the official C lecture

About

The official Repo with course material and more for the Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages