aboutsummaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Expand)AuthorFilesLines
2024-05-25Verbs agree with the head of the noun phrase, not the closest nounhippietrail1-2/+2
2024-05-11Update exercises/105_threading2.zigrpm03721-1/+1
2024-05-10Nobody wants the long version of finding out if a variable is set.Chris Boesch1-3/+1
2024-05-06Fix some typosChris Boesch6-20/+20
2024-05-04fix: some grammatical errorsDavid Hain1-9/+9
2024-05-04fix: many grammatical errorsDavid Hain1-7/+7
2024-05-04fix: typo: removed extra sDavid Hain1-1/+1
2024-05-04fix: typo: % instead of @ for a builtin functionDavid Hain1-1/+1
2024-04-17fixing little typo on exercise 107_files2.zigsusubub1-1/+1
2024-04-10Additional timer in thread start addedChris Boesch1-2/+3
2024-04-10Greater gradation of timers built into the threadsChris Boesch1-1/+5
2024-03-28Merge branch 'main' into i69Chris Boesch3-1/+145
2024-03-28fix typoChris Boesch1-1/+1
2024-03-27added format parameter {d}Alan CHUNG2-2/+2
2024-03-27106 & 107Alan CHUNG2-5/+56
2024-03-26106_files.zig actual testAlan CHUNG1-5/+5
2024-03-25add patch files for 106_files.zigAlan CHUNG1-4/+4
2024-03-25106_files.zig formatAlan CHUNG1-6/+6
2024-03-25added exercise/106_files.zigDizzyi1-0/+93
2024-03-23Update exercises/105_threading2.zigChris Boesch1-1/+1
2024-03-23Added second threading exercise.Chris Boesch1-0/+107
2024-03-14Improved the explanation about passing arguments and added an example.Chris Boesch1-3/+14
2024-03-08Fixed unicode literalChris Boesch1-6/+6
2024-03-05Added threading exerciseChris Boesch1-0/+129
2024-02-28Added notes to exercise 94 c_math.Chris Boesch1-8/+15
2024-02-11Text improvementChris Boesch1-3/+3
2024-01-13Merge pull request 'added space, missing after end-of-sentence dot.' (#40) fr...Chris Boesch1-1/+1
2024-01-13Update exercises/093_hello_c.zigChris Boesch1-1/+1
2024-01-10added space, missing after end-of-sentence dot.Anthon1-1/+1
2024-01-01Fix formatting of commentMatthew Robinson1-1/+1
2024-01-01Correct comment to match code in 076_sentinelsMatthew Robinson1-2/+2
2023-12-29Fix minor typobabaiserror1-1/+1
2023-11-21Fix two minor typosAhmed1-1/+1
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch17-30/+30
2023-11-06Change the task so that the exercise contains two errors again.Chris Boesch1-4/+4
2023-10-22fixed typosChris Boesch1-1/+1
2023-10-18Introduce syntax for turning a many pointer to a sliceUy Ha1-0/+1
2023-10-08fixed language changes in @typeInfoChris Boesch1-2/+2
2023-10-04fix(103_tokenization): :pencil2: Migrated to tokenizeAnyrond1-2/+2
2023-09-20Global scope is container-level scoperofrol1-2/+2
2023-08-27Add example for Unicode Code point literal > 255Juergen Hoetzel1-1/+2
2023-08-17Add link to DoD talk in 101_for5.zigKai Norman Clasen1-2/+6
2023-08-17changed struct name 'class' into 'role'Chris Boesch1-6/+6
2023-08-02changed struct name 'class' into 'role'Chris Boesch2-8/+8
2023-07-03fix typoKim SHrier1-1/+1
2023-06-29Update 078_sentinels3.zigChris Boesch1-1/+1
2023-06-26Revised exercises due to the changes of Zig version 0.11.0-dev.3853Chris Boesch6-6/+8
2023-06-26First tokenization exerice.Chris Boesch1-0/+150
2023-06-22Update outdated commentslording3-7/+7
2023-06-22Merge branch 'main' into refactor-var-to-constlording2-4/+4