Skip to content

Commit

Permalink
Generated Sample Programs website automatically
Browse files Browse the repository at this point in the history
on-behalf-of: @TheRenegadeCoder <jeremy.grifski@therenegadecoder.com>
  • Loading branch information
actions-user committed Dec 31, 2024
1 parent c58ee4f commit 0bbce6d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
date: 2018-03-15
last-modified: 2024-12-30
last-modified: 2024-12-31
layout: default
title: Sample Programs in Every Language
---

Welcome to Sample Programs in Every Language, a collection of code snippets in as many languages as possible. Thanks for taking an interest in our collection which currently contains 1171 articles written by 260 authors.
Welcome to Sample Programs in Every Language, a collection of code snippets in as many languages as possible. Thanks for taking an interest in our collection which currently contains 1171 articles written by 259 authors.

If you'd like to contribute to this growing collection, check out our [contributing document](https://github.com/TheRenegadeCoder/sample-programs/blob/master/.github/CONTRIBUTING.md) for more information. In addition, you can explore our documentation which is organized by [project](/projects) and by [language](/languages). If you don't find what you're look for, check out our list of related [open-source projects](/related). Finally, if code isn't your thing but you'd still like to help, there are plenty of other ways to [support the project](https://therenegadecoder.com/updates/5-ways-you-can-support-the-renegade-coder/).
4 changes: 2 additions & 2 deletions docs/languages/grain/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: 2020-10-14
date: 2024-12-31
featured-image: programming-languages.jpg
last-modified: 2020-10-14
last-modified: 2024-12-31
layout: default
tags:
- grain
Expand Down
2 changes: 1 addition & 1 deletion docs/languages/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: 2018-03-15
featured-image: programming-languages.jpg
last-modified: 2024-12-30
last-modified: 2024-12-31
layout: default
title: Programming Languages
---
Expand Down
12 changes: 7 additions & 5 deletions docs/projects/hello-world/grain/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
authors:
- franciscogallardo
date: 2020-10-14
- rzuckerm
date: 2024-12-31
featured-image: hello-world-in-every-language.jpg
last-modified: 2020-10-14
last-modified: 2024-12-31
layout: default
tags:
- grain
Expand All @@ -29,15 +29,17 @@ Welcome to the [Hello World](https://sampleprograms.io/projects/hello-world) in
{% raw %}

```grain
print('Hello, World!')
module Main
print("Hello, World!")
```

{% endraw %}

Hello World in [Grain](https://sampleprograms.io/languages/grain) was written by:

- franciscogallardo
- rzuckerm

If you see anything you'd like to change or update, [please consider contributing](https://github.com/TheRenegadeCoder/sample-programs).

Expand Down
2 changes: 1 addition & 1 deletion docs/projects/hello-world/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: 2018-03-15
featured-image: hello-world-in-every-language.jpg
last-modified: 2024-10-23
last-modified: 2024-12-31
layout: default
tags:
- hello-world
Expand Down
2 changes: 1 addition & 1 deletion docs/projects/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: 2018-03-15
featured-image: programming-projects-in-every-language.jpg
last-modified: 2024-12-30
last-modified: 2024-12-31
layout: default
title: Programming Projects in Every Language
---
Expand Down

0 comments on commit 0bbce6d

Please sign in to comment.