Skip to content

Commit 35db588

Browse files
Update learn/building_programs/index.md
To be accurate: Jérémie Vandenplas Co-authored-by: Milan Curcic <[email protected]>
1 parent 1093f68 commit 35db588

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

learn/building_programs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: book
33
title: Building programs
44
permalink: /learn/building_programs
55
date: 2020-06-05
6-
author: Arjen Markus
6+
author: Arjen Markus, Ondřej Čertík, Milan Curcic, Laurence Kedward, Brad Richardson, Jeremie Vandenplas
77
---
88

99
Languages like Fortran, C, C++ and Java, to name but a few, share
@@ -49,4 +49,3 @@ connection to the console etc.) it took.
4949
Fortunately, as a programmer in a high-level language you do not need to
5050
consider all these details. In fact, this is the sort of things that is
5151
taken care of by the build process: the compiler and the linker.
52-

0 commit comments

Comments
 (0)