Skip to content

Commit

Permalink
fix c++ and c# lang meta
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Jan 25, 2022
1 parent a5d99b4 commit 477ffb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cpp:
image: 'frolvlad/alpine-gxx:latest'
cmd: '/bin/ash -c "c++ --static main.cpp -o main && ./main"'
filename: 'main.cpp'
language: 'c++'
language: 'cpp'
example: |-
#include <stdio.h>
Expand Down Expand Up @@ -94,7 +94,7 @@ dotnet-script:
image: 'ghcr.io/ranna-go/dotnet-script:latest'
entrypoint: 'dotnet script'
filename: 'main.csx'
language: 'c#'
language: 'csharp'
example: |-
Console.WriteLine("Hello world!");
Expand Down Expand Up @@ -185,7 +185,7 @@ mono:
image: 'mono'
cmd: '/bin/sh -c "mcs main.cs && mono main.exe"'
filename: 'main.cs'
language: 'c#'
language: 'csharp'
example: |-
namespace HelloWorld
{
Expand Down

0 comments on commit 477ffb1

Please sign in to comment.