Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianseyler/ianseyler
Config files for my GitHub profile.
https://github.com/ianseyler/ianseyler
config github-config
Last synced: 29 days ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/ianseyler/ianseyler
- Owner: IanSeyler
- Created: 2022-10-29T18:52:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T17:48:21.000Z (10 months ago)
- Last Synced: 2024-10-30T08:24:01.516Z (3 months ago)
- Topics: config, github-config
- Homepage: https://github.com/IanSeyler
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```c
#includeint main() {
printf("Hello, I’m Ian Seyler\n");
printf("My code is primarily in x86 Assembly with a bit of C as well\n");
printf("I’m looking to collaborate on minimal operating systems\n");
return 0;
}
```