summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/exercisesheets/examples/exercises/exshexample-ex2.lua
blob: 23012696cd87f033cb3bd413fbf2fde467cf65ab (plain)
1
2
3
4
5
6
7
return exercise {
  task = [[Include an exercise via the Lua interface.]],
  solution=[[
    I think this worked.
  ]],
}