added wrapper
This commit is contained in:
parent
4148be6ec7
commit
4b6e8d0b87
7 changed files with 37 additions and 6 deletions
|
|
@ -1,12 +1,12 @@
|
|||
cabal-version: 1.12
|
||||
|
||||
name: aoc2021
|
||||
name: aoc2021-programs
|
||||
version: 0.0.0.1
|
||||
license: MIT
|
||||
build-type: Simple
|
||||
|
||||
synopsis: aoc2021 problem 01
|
||||
description: aoc2021 problem 01
|
||||
synopsis: aoc2021 problems
|
||||
description: aoc2021 problems
|
||||
|
||||
author: Thorn Avery
|
||||
maintainer: ta@p7.co.nz
|
||||
4
code/src/01/01-input.txt
Normal file
4
code/src/01/01-input.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
hello this is a test!
|
||||
this is a second line!
|
||||
newline!
|
||||
eof!
|
||||
3
code/src/01/01.md
Normal file
3
code/src/01/01.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Problem 01
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue