Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Initial test #1

Merged
merged 1 commit into from
Dec 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/test_snippets_sync_from_github.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Test Snippets Synced from GitHub
excerpt: Update your docs automatically with `rdme`, ReadMe's official CLI and GitHub Action!
category: 61e6d1c8dc645600539687c7
hidden: true
---

### Test Snippets synced from local code

This was synced from Andy's computer


```swift
// some swift code here
class Foo {
let bar: Bar
}
```
```kotlin
// here goes the kotlin equivalent
```