Compare commits

...

2 Commits

Author SHA1 Message Date
Nick Chambers 385dbd2a1f Ignore build and system artifacts 2022-11-17 01:06:41 -06:00
Nick Chambers 7cebefbba6 Fix default files 2022-11-17 01:06:22 -06:00
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/bin
.DS_Store

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) <year> <copyright holders>
Copyright (c) 2022 Nick Chambers <uplime@spookyinternet.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -1,3 +1,3 @@
# ordinary
An ordinary, run-of-the-mill linked list. Nothing suspicious here.
An ordinary, run-of-the-mill linked list. Nothing suspicious here.